home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / julia2.readme < prev    next >
Text File  |  1995-08-03  |  1KB  |  40 lines

  1. Short:    2nd version of the Julia Set viewer
  2. Author:   thradtke@nereid.rz.uni-osnabrueck.de
  3. Uploader: thradtke@nereid.rz.uni-osnabrueck.de
  4. Type:     gfx/fract
  5.  
  6. Start this from cli or workbench.
  7. Click in the window to get a new Julia Set.
  8. Magnify a region by holding the LMB while moving the pointer.
  9. Don't try to run julia_020_fpu if you have a cpu below 020 and/or
  10. no fpu !
  11. Its fun on a 256 color workbench. You can run it on every
  12. public screen.
  13. The source code is in this archive.
  14.  
  15. To install, rename the executable/icon that fit your needs to
  16. julia/julia.info, e.g.
  17.  
  18. rename bin/julia_000 julia
  19. rename icons/julia8.info julia.info
  20.  
  21. Enjoy,
  22.  
  23. Thomas Radtke
  24.  
  25. New in version 2:
  26.  
  27. - Icons by Patrick Schenk of the Amiga Users Of Calgary, thanks Patrick !
  28. - slightly faster executables, compiled now with gcc 2.7.0/small code model
  29. - the picture can be centered around the mouse pointer by clicking
  30.   the right mouse button
  31. - added new julia_020 version for users of stock a1200/a4000 w/o fpu
  32.  
  33. To do:
  34.  
  35. - Iteration depth should be intependent from number of colors. Maybe
  36.   given by a tooltype ITER
  37. - pos. and size of the window should be determined from tooltypes
  38. - degree of the complex function schould not be a fixed value
  39. - IFF save option
  40.